home *** CD-ROM | disk | FTP | other *** search
- %genfile ---BuildOrder%
- %if not fileExists appname+Data.p%
- %genfile Data appname+Data.p%
- %endif%
- %genfile zInterface z+appname+Intf+.p%
- %if not fileExists appname+Intf+.p%
- %genfile Interface appname+Intf+.p%
- %endif%
- %for each dialog gen sourcefile%
- %for each window gen sourcefile%
- %genfile zDoc z+appname+Doc+.p%
- %if not fileExists appname+Doc+.p%
- %genfile Doc appname+Doc+.p%
- %endif%
- %genfile zApp z+appname+App+.p%
- %if not fileExists appname+App+.p%
- %genfile App appname+App+.p%
- %endif%
- %if not fileExists appname+Main.p%
- %genfile Main appname+Main.p%
- %endif%
- %genfile ResourceDefs ResourceDefs+.p%
-